Session is a server-side storage space maintained by the application server. When you connect to the server, the server generates a unique SessionID, use this SessionID as the identifier to access the Session bucket on the server. SessionID is saved
1. Differences between cookie and session mechanisms ******************************* **************************************** **************Specifically, the cookie mechanism adopts the client-side persistence scheme, while the session mechanism
When asp.net2.0 the system, there is a session loss problem when deleting or creating file operations in the program.The following methods are used:1, the implementation of the ASP:The session is based on HttpModule technology, HttpModule can be
This article is from the internet. I personally reposted it for my own learning.
I. Differences between cookie and session mechanismsSpecifically, the cookie mechanism adopts the client-side persistence scheme, while the session mechanism adopts
Code
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->I. Differences between cookie and session mechanisms
Specifically, the cookie mechanism adopts the client-side persistence scheme, while the
the difference between a cookie mechanism and a session mechanism
In particular, the cookie mechanism uses a scheme that maintains state on the client, while the session mechanism uses a scenario that maintains state on the server side.
We also
Session model Overview
What is session? Simply put, it is the number that the server sends to the client. When a WWW server is running, several users may browse the website running on this server. When a user establishes a connection with the WWW
One. Several realization ways of distributed session
1. Database-based session sharing 2. Shared file system based on NFS3. Based on the memcached session, how to ensure the high availability of the memcached itself.4. Session replication mechanism
Show | Online This is what I wrote a while ago, to thank you for your help.
=============
Review
PHP session refers to the user from entering the site to the closure of the site during the period of a mechanism, it provides all web pages are common
I. Differences between cookie and session mechanisms
Specifically, the cookie mechanism adopts the client-side persistence scheme, while the session mechanism adopts the server-side persistence scheme.
At the same time, we can also see that because
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.